Keycloak REST Services 1.5.0-Final

Path: / admin / realms / {realm} / clients / {id} / test-nodes-available

Test if registered cluster nodes are available by sending 'ping' request to all of them

Path parameters:
realm - realm name (not id!)
id - id of client (not client-id)

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/clients/{id}/test-nodes-availableTest if registered cluster nodes are available by sending 'ping' request to all of them

Method Detail

GET /admin/realms/{realm}/clients/{id}/test-nodes-available

Test if registered cluster nodes are available by sending 'ping' request to all of them

HTTP Example:
GET /admin/realms/{realm}/clients/{id}/test-nodes-available
API Example:

ClientResource.testNodesAvailable({'realm': /* name realm name (not id!) */,
  'id': /* id id of client (not client-id) */});

Output:
GlobalRequestResult -

Keycloak REST Services 1.5.0-Final